home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / rushdemo2 / scripts / dram < prev    next >
Text File  |  1995-03-09  |  205b  |  11 lines

  1. ;
  2. ; $VER: dram 37.1 (12.7.93)
  3. ;
  4. ; Delete all files in ram: excluding anything in env, t, and clipboards.
  5. ;
  6. ; Written by Douglas Keller
  7. ;
  8. failat 21
  9. delete >nil: ram:~(env|t|clipboards) all quiet force
  10. quit
  11.